﻿#twcad1 {
    top: 54px;
    right: 35px;
    font-size: 12px !important;
}

#twcad3 {
    top: 33px;
    right: 20px;
}

@media (max-width: 1024px) {
    #twcad1 {
        top: 54px;
        left: 120px;
        font-size: 12px !important;
        max-width: 80px;
    }

    #twcad3 {
        top: 33px;
        left: 183px;
    }
}

#twcaseal img {
    padding-left: 0px;
}

#twcaseal {
    z-index: -1;
}
.hint{
    cursor:pointer;
}
i > .help {
    color: #ea515d;
    margin: 0 5px;
}
.hideData {
    margin-left: -25px;
    position: absolute;
    margin-top: 15px;
}
.message-root {
    flex-direction: column;
}
.Message-info {
    font-size: 16px;
    color: #ff2d2a;
    line-height: 1.42;
}

/*--------------------*/
.custom-container {
    max-width: 800px;
    /*margin: 40px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    background-color: #fff;
}

.title {
    font-weight: 900;
    margin-bottom: 25px;
    color: #2c3e50;
}

.content {
    line-height: 1.7;
    color: #34495e;
}

.final-line {
    font-size: 1.4em !important;
    font-weight: normal;
    margin-top: 25px;
    /* 移除了 text-align: center; */
}

.url-link {
    color: #3498db;
    text-decoration: none;
    word-break: break-all;
}

    .url-link:hover {
        text-decoration: underline;
    }